home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
a_utils
/
_archvrs
/
unix
/
zip20.lha
/
zip20
/
nt
/
ntzip.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-07
|
268 b
|
16 lines
/*
* NT specific functions for ZIP.
*/
int GetFileMode(char *name);
long GetTheFileTime(char *name);
int IsFileNameValid(char *name);
int IsFileSystemFAT(char *dir);
void ChangeNameForFAT(char *name);
char *StringLower(char *);
char *GetLongPathEA(char *name);